home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr47 / lzpip103.zip / CRC32.H < prev    next >
Text File  |  1994-01-02  |  222b  |  9 lines

  1. #ifndef __ARGS__
  2. #   include "modern.h"
  3. #endif
  4.  
  5. void crcbegin __ARGS__((void));
  6. void updcrc   __ARGS__((unsigned char *, unsigned));
  7. void addcrc   __ARGS__((unsigned char));
  8. unsigned long getcrc __ARGS__((void));
  9.